github.com/golang/mock/gomock.callSet.expected (field)

7 uses

	github.com/golang/mock/gomock (current package)
		callset.go#L27: 	expected map[callSetKey][]*Call
		callset.go#L45: 	m := cs.expected
		callset.go#L55: 	calls := cs.expected[key]
		callset.go#L59: 			cs.expected[key] = append(calls[:i], calls[i+1:]...)
		callset.go#L71: 	expected := cs.expected[key]
		callset.go#L104: 	failures := make([]*Call, 0, len(cs.expected))
		callset.go#L105: 	for _, calls := range cs.expected {